home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000020_toralf-delete-…@procaptura.com_Fri Apr 25 09:31:38 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  51 lines

  1. Article: 14236 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!news.teledanmark.no!uninett.no!newsfeed1.e.nsc.no!nsc.no!nextra.com!news4.e.nsc.no.POSTED!53ab2750!not-for-mail
  3. From: Toralf Lund <toralf-delete-this@procaptura.com>
  4. Subject: Communication protocol for direct serial link (null-modem or similar)?
  5. Newsgroups: comp.protocols.misc,comp.protocols.kermit.misc,comp.protocols.ppp
  6. Followup-To: comp.protocols.misc
  7. Organization: ProCaptura AS
  8. User-Agent: Pan/0.11.4 (Unix)
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Comment-To: ALL
  13. Lines: 29
  14. Message-ID: <3R6qa.6946$b71.104830@news4.e.nsc.no>
  15. NNTP-Posting-Host: 193.214.130.21
  16. X-Complaints-To: news-abuse@telenor.net
  17. NNTP-Posting-Date: Fri, 25 Apr 2003 11:02:55 MEST
  18. X-Trace: news4.ulv.nextra.no 1051261375 193.214.130.21
  19. Date: Fri, 25 Apr 2003 11:02:55 +0200
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.misc:9747 comp.protocols.kermit.misc:14236 comp.protocols.ppp:39839
  21.  
  22. I'm looking for a protocol that may be used for simple communication
  23. across a direct serial link - RS232 using null-modem cable or similar -
  24. between a Linux host and a simple (old) IPC (Intelligent Peripheral
  25. Controller) board.
  26.  
  27. The IPC has no real OS, just a simple, custom kernel, and rather limited
  28. development support, so the protocol needs to be simple to implement.
  29. Also, the system is really low-end by today's standards - it's has a
  30. 12.5Mhz MC68010 CPU and 1Mb RAM - so the runtime must be fairly small and
  31. efficient.
  32.  
  33. The link will be used only to send simple packets ("commands") to the IPC,
  34. and status from the IPC back to the Linux system; there will be no file
  35. transfers or anything.
  36.  
  37. Protocols I've considered:
  38. - Kermit
  39. - AHDLC/LAPB (as utilised e.g. by PPP) - X/Y/Z-modem
  40.  
  41. What would you people out there recommend choosing? And does anyone know
  42. of any good example source code that may help me get started? I'm
  43. primarily interested in a nice and isolated implementation of the packet
  44. communication itself, i.e. source code without all the additional bits
  45. normally found in comms packages, like UI operations, file I/O, modem dial
  46. etc., which I don't need (and I don't want them there to confuse
  47. everything.)
  48.  
  49. -- 
  50. - Toralf
  51.